



/* Tooltip */

#tooltip_container p{
    width: 280px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
    background: url("/r/cms/www/default/jgjtimg/jgjttwolevelimg/cricle.png") no-repeat;
    background-position-y: 13px;
    text-indent:15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#tooltip_container {
    width: 300px;
    height: 80px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    box-shadow:0 0 10px rgba(0, 0, 0, .5);
    color: #000;
    position: absolute;
    display: none;
    padding: 10px;
    background-color: rgba(255,255,255,1);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    z-index:9999;
}

#tooltip_container .tipli{
    float: none!important;
}

.tooltip-source-html{
    display: none;
}
<!--0.00011801719665527-->